home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 October / Chip Ekim 2003.iso / prog / network / ferret / setup.exe / {app} / Drivers / lfprism.inf < prev    next >
Encoding:
Windows Setup INFormation  |  2003-06-24  |  7.6 KB  |  242 lines

  1. ;
  2. ; LinkFerret PRISM.Inf
  3. ;
  4. ;  Installer file for LinkFerret Wireless Monitor Driver.
  5. ;
  6. ; Copyright (c) 2002-2003 Baseband Technologies, Inc
  7. ;
  8. ;
  9. ;--  Installer Script for the Baseband's LFPrism Capture Driver. Derived
  10. ;    from the Lucent install.
  11. ;
  12. ; NETWV48.INF
  13. ;
  14. ; (c) Copyright 1999 Microsoft
  15. ; (c) Copyright 1999 Lucent
  16.  
  17. [version]
  18.     Signature   = "$Chicago$"
  19.     Class       = Net
  20.     Compatible  = 1
  21.     ClassGUID   = {4d36e972-e325-11ce-bfc1-08002be10318}
  22.     Provider    = %BASEBAND%
  23.     DriverVer   = 06/20/2003,3.07.0.0
  24.  
  25. [Manufacturer]
  26.     %LUCENT%=LUCENT
  27.     %CABLETRON%=CABLETRON
  28.  
  29. [SourceDisksNames]
  30.     1="LinkFerret Install Disk",,,
  31.  
  32. [SourceDisksFiles]
  33.     lfprism.sys = 1,
  34.  
  35. [ControlFlags]
  36.     ExcludeFromSelect = \
  37.                         PCMCIA\LUCENT_TECHNOLOGIES-WAVELAN/IEEE-C908, \
  38.                         PCMCIA\LUCENT_TECHNOLOGIES-WAVELAN/IEEE-442F, \
  39.                         PCMCIA\LUCENT_TECHNOLOGIES-WAVELAN/IEEE-631F, \
  40.                         PCMCIA\NCR-WaveLAN/IEEE-6D1E, \
  41.                         PCMCIA\NCR-WaveLAN/IEEE-C9FA, \
  42.                         PCMCIA\Cabletron-RoamAbout_802.11_DS-1B09
  43.  
  44. [LUCENT]
  45.     %lfprism.DeviceDesc%     = orinoco1.ndi, PCMCIA\LUCENT_TECHNOLOGIES-WAVELAN/IEEE-C908
  46.     %lfprisma.DeviceDesc%    = orinoco2.ndi, PCMCIA\LUCENT_TECHNOLOGIES-WAVELAN/IEEE-442F
  47.     %lfprismb.DeviceDesc%    = orinoco3.ndi, PCMCIA\LUCENT_TECHNOLOGIES-WAVELAN/IEEE-631F
  48.     %lfprismn.DeviceDesc%    = orinoco4.ndi, PCMCIA\NCR-WaveLAN/IEEE-6D1E
  49.     %lfprismo.DeviceDesc%    = orinoco5.ndi, PCMCIA\NCR-WaveLAN/IEEE-C9FA
  50.     %lfprismWLAN.DeviceDesc% = orinoco6.ndi, PCMCIA\Cabletron-RoamAbout_802.11_DS-1B09
  51.  
  52. ;-------------------------------------------------------------------------------
  53. ;
  54. ; WinNT Sections
  55. ;
  56. [orinoco1.ndi.NT]
  57.     AddReg          = lfprismNT.reg, lucent.vendordesc
  58.     Characteristics = 0x84
  59.     BusType         = 8
  60.     CopyFiles       = lfprismNT.CopyFiles
  61.  
  62. [orinoco2.ndi.NT]
  63.     AddReg          = lfprismNT.reg, lucent.vendordesc
  64.     Characteristics = 0x84
  65.     BusType         = 8
  66.     CopyFiles       = lfprismNT.CopyFiles
  67.  
  68. [orinoco3.ndi.NT]
  69.     AddReg          = lfprismNT.reg, lucent.vendordesc
  70.     Characteristics = 0x84
  71.     BusType         = 8
  72.     CopyFiles       = lfprismNT.CopyFiles
  73.  
  74. [orinoco4.ndi.NT]
  75.     AddReg          = lfprismNT.reg, lucent.vendordesc
  76.     Characteristics = 0x84
  77.     BusType         = 8
  78.     CopyFiles       = lfprismNT.CopyFiles
  79.  
  80. [orinoco5.ndi.NT]
  81.     AddReg          = lfprismNT.reg, lucent.vendordesc
  82.     Characteristics = 0x84
  83.     BusType         = 8
  84.     CopyFiles       = lfprismNT.CopyFiles
  85.  
  86. [orinoco6.ndi.NT]
  87.     AddReg          = lfprismNT.reg, ctron.vendordesc
  88.     Characteristics = 0x84
  89.     BusType         = 8
  90.     CopyFiles       = lfprismNT.CopyFiles
  91.  
  92. [orinoco1.ndi.NT.Services]
  93.     AddService = lfprism, 2, lfprism.Service, common.EventLog
  94.  
  95. [orinoco2.ndi.NT.Services]
  96.     AddService = lfprism, 2, lfprism.Service, common.EventLog
  97.  
  98. [orinoco3.ndi.NT.Services]
  99.     AddService = lfprism, 2, lfprism.Service, common.EventLog
  100.  
  101. [orinoco4.ndi.NT.Services]
  102.     AddService = lfprism, 2, lfprism.Service, common.EventLog
  103.  
  104. [orinoco5.ndi.NT.Services]
  105.     AddService = lfprism, 2, lfprism.Service, common.EventLog
  106.  
  107. [orinoco6.ndi.NT.Services]
  108.     AddService = lfprism, 2, lfprism.Service, common.EventLog
  109.  
  110. [lfprismNT.reg]
  111.     HKR, Ndi,            Service,       0, "LFPRISM"
  112.     HKR, Ndi\Interfaces, DefLower,      0, "ethernet"
  113.     HKR, Ndi\Interfaces, UpperRange,    0, "ndis5"
  114.     HKR, Ndi\Interfaces, LowerRange,    0, "ethernet"
  115.     HKR, ,AdapterType,                  0, "1"
  116.  
  117. [lfprismNT.Copyfiles]
  118.     lfprism.sys,,,2
  119.  
  120. [lfprism.Service]
  121.     DisplayName    = %lfprism.Service.DispName%
  122.     ServiceType    = 1 ;%SERVICE_KERNEL_DRIVER%
  123.     StartType      = 3 ;%SERVICE_DEMAND_START%
  124.     ErrorControl   = 1 ;%SERVICE_ERROR_NORMAL%
  125.     ServiceBinary  = %12%\lfprism.sys
  126.     LoadOrderGroup = NDIS
  127.  
  128. [common.EventLog]
  129.     AddReg = common.AddEventLog.reg
  130.  
  131. [common.AddEventLog.reg]
  132.     HKR, , EventMessageFile, 0x00020000,"%%SystemRoot%%\System32\netevent.dll"
  133.     HKR, , TypesSupported,   0x00010001, 7
  134.  
  135. [DestinationDirs]
  136.     lfprism.CopyFiles = 11
  137.     lfprismNT.Copyfiles = 12
  138.  
  139. ;-------------------------------------------------------------------------------
  140. ;
  141. ; Win98 Sections
  142. ;
  143. [orinoco1.ndi]
  144.     AddReg          = lfprism1.DevID, lfprism.reg, lucent.vendordesc
  145.     Characteristics = 0x84
  146.     BusType         = 8
  147.     CopyFiles       = lfprism.CopyFiles
  148.  
  149. [orinoco2.ndi]
  150.     AddReg          = lfprism2.DevID, lfprism.reg, lucent.vendordesc
  151.     Characteristics = 0x84
  152.     BusType         = 8
  153.     CopyFiles       = lfprism.CopyFiles
  154.  
  155. [orinoco3.ndi]
  156.     AddReg          = lfprism3.DevID, lfprism.reg, lucent.vendordesc
  157.     Characteristics = 0x84
  158.     BusType         = 8
  159.     CopyFiles       = lfprism.CopyFiles
  160.  
  161. [orinoco4.ndi]
  162.     AddReg          = lfprism4.DevID, lfprism.reg, lucent.vendordesc
  163.     Characteristics = 0x84
  164.     BusType         = 8
  165.     CopyFiles       = lfprism.CopyFiles
  166.  
  167. [orinoco5.ndi]
  168.     AddReg          = lfprism5.DevID, lfprism.reg, lucent.vendordesc
  169.     Characteristics = 0x84
  170.     BusType         = 8
  171.     CopyFiles       = lfprism.CopyFiles
  172.  
  173. [orinoco6.ndi]
  174.     AddReg          = lfprism6.DevID, lfprism.reg, ctron.vendordesc
  175.     Characteristics = 0x84
  176.     BusType         = 8
  177.     CopyFiles       = lfprism.CopyFiles
  178.  
  179. [lfprism1.DevID]
  180.     HKR,NDI,DeviceID,,"PCMCIA\LUCENT_TECHNOLOGIES-WAVELAN/IEEE-C908"
  181.  
  182. [lfprism2.DevID]
  183.     HKR,NDI,DeviceID,,"PCMCIA\LUCENT_TECHNOLOGIES-WAVELAN/IEEE-442F"
  184.  
  185. [lfprism3.DevID]
  186.     HKR,NDI,DeviceID,,"PCMCIA\LUCENT_TECHNOLOGIES-WAVELAN/IEEE-631F"
  187.  
  188. [lfprism4.DevID]
  189.     HKR,NDI,DeviceID,,"PCMCIA\NCR-WaveLAN/IEEE-6D1E"
  190.  
  191. [lfprism5.DevID]
  192.     HKR,NDI,DeviceID,,"PCMCIA\NCR-WaveLAN/IEEE-C9FA"
  193.  
  194. [lfprism6.DevID]
  195.     HKR,NDI,DeviceID,,"PCMCIA\Cabletron-RoamAbout_802.11_DS-1B09"
  196.  
  197. [lfprism.reg]
  198.     HKR,,DevLoader,,*ndis
  199.     HKR,,DeviceVxDs,,lfprism.sys
  200.     HKR,,EnumPropPages,,"netdi.dll,EnumPropPages"
  201.     HKR,NDIS,LogDriverName,,"LFPRISM"
  202.     HKR,NDIS,MajorNdisVersion,1,03
  203.     HKR,NDIS,MinorNdisVersion,1,0A
  204.     HKR,NDI\Interfaces,DefUpper,,"ndis3"
  205.     HKR,NDI\Interfaces,DefLower,,"ethernet"
  206.     HKR,NDI\Interfaces,UpperRange,,"ndis3"
  207.     HKR,NDI\Interfaces,LowerRange,,"ethernet"
  208.     HKR,NDI,CardType,,"PCMCIA"
  209.     HKR,,IOBaseAddress,1,02,00,00,00
  210.     HKR,,InterruptNumber,1,04,00,00,00
  211.     HKR,,EnableIRQSharing,1,01,00,00,00 
  212.     HKR,,BusType,,8
  213.     HKR,NDI,CardType,,"PCMCIA"
  214.  
  215. [lfprism.CopyFiles]
  216.     lfprism.sys
  217.  
  218. ;-------------------------------------------------------------------------------
  219. ;
  220. ;  Vendor Descriptions.
  221. ;
  222. [Lucent.VendorDesc]
  223.     HKR,,VendorDescription,,"WaveLAN/IEEE [LinkFerret Capture] PC Card"
  224.  
  225. [Ctron.VendorDesc]
  226.     HKR,,VendorDescription,,"RoamAout [LinkFerret Capture] 802.11 PC Card"
  227.  
  228. [Strings]
  229.     LUCENT                   = "Lucent Technologies"
  230.     CABLETRON                = "Cabletron"
  231.     MSFT                     = "Microsoft"
  232.     BASEBAND                 = "Baseband Technologies"
  233.  
  234.     lfprism.DeviceDesc       = "WaveLAN/IEEE [LinkFerret Capture] PC Card (5 volt)"
  235.     lfprisma.DeviceDesc      = "WaveLAN/IEEE [LinkFerret Capture] PC Card (3.3 and 5 volt)"
  236.     lfprismb.DeviceDesc      = "WaveLAN/IEEE [LinkFerret Capture] PC Card (3.3 volt)"
  237.     lfprismn.DeviceDesc      = "WaveLAN/IEEE [LinkFerret Capture] PC Card (NCR, 5 volt)"
  238.     lfprismo.DeviceDesc      = "WaveLAN/IEEE [LinkFerret Capture] PC Card (NCR, 3.3 and 5 volt)"
  239.     lfprismWLAN.DeviceDesc   = "Cabletron [LinkFerret Capture] RoamAbout 802.11 PC Card"
  240.  
  241.     lfprism.Service.DispName = "Orinoco-Based [LinkFerret Capture] IEEE 802.11 PC Card Driver"
  242.